Home > biomechZoo > Toolbox > Support Functions > velocity_data.m

velocity_data

PURPOSE ^

data = VELOCITY_DATA(data,ch,method) computes velocity of a motion capture

SYNOPSIS ^

function data = velocity_data(data,ch,method)

DESCRIPTION ^

 data = VELOCITY_DATA(data,ch,method) computes velocity of a motion capture
 trial based on a given marker

 ARGUMENTS
  data         ...   zoo file to operate on
  ch          ...    name of marker (as string)
  method      ...    'normalize' to dimensionally normalize. Default no normalization 

 RETURNS
 data         ...     zoo data with event added to event branch of channel 'ch'
 

 Updated April 2015
 - made standalone function
 - improved error checking


 Part of the Zoosystem Biomechanics Toolbox 
 Philippe C. Dixon

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005